ApduResponse

data class ApduResponse(val responseData: ByteArray?, val status: CardReadStatus?) : Parcelable

This holds the response of any APDU-related action.

Constructors

Link copied to clipboard
constructor(responseData: ByteArray?, status: CardReadStatus?)

Properties

Link copied to clipboard

The response data received after sending an APDU.

Link copied to clipboard

The status of the request, whether or not the command was successfully sent.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)